home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
NextAnswers
/
EOF1.2_PDO4.0_Example
/
Makefile.preamble-solaris-oracle
< prev
next >
Wrap
Makefile
|
1996-04-14
|
518b
|
30 lines
#
# Oracle Setup for solaris
#
FRAMEWORKS += Oracle1x
#
# Client library location
#
ORACLE_HOME = /opt/oracle
#
# Path for the libs
#
OTHER_LDFLAGS += -L$(ORACLE_HOME)/lib
#
# Static linking
#
#OTHER_LIBS += -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
# -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
# -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
# -ldl
#OTHER_OFILES += $(ORACLE_HOME)/lib/osntab.o
#
# Dynamic linking
#
OTHER_LIBS += -lclntsh